Northwoods.GoSilverlight 1.3.5 Assembly
IsNodeType Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : IsNodeType Method

nodedata
the arbitrary object to be checked for compatibility to be a node data
This predicate is true when the argument is an instance of NodeType.

Syntax

Visual Basic (Declaration) 
Public Function IsNodeType( _
   ByVal nodedata As Object _
) As Boolean
C# 
public bool IsNodeType( 
   object nodedata
)

Parameters

nodedata
the arbitrary object to be checked for compatibility to be a node data

Return Value

true if the nodedata can be cast to the NodeType; false otherwise

Requirements

See Also

© 2012 All Rights Reserved.